services.tinc.networks.<name>.settings

Configuration of the Tinc daemon for this network.

See https://tinc-vpn.org/documentation-1.1/Main-configuration-variables.html for supported values.

Type
open submodule of attribute set of (boolean or string or signed integer or list of (boolean or string or signed integer))
Default
{ }
Example
{
  Interface = "custom.interface";
  DirectOnly = true;
  Mode = "switch";
}
Declared
<nixpkgs/nixos/modules/services/networking/tinc.nix>